Esx Settings Hosts Software Reports LastCheckResult CheckResult
The Esx Settings Hosts Software Reports LastCheckResult CheckResult schema contains properties that describe aggregated status of all checks performed.
This schema was added in vSphere API 8.0.0.1.
{
"status": "string",
"start_time": "string",
"end_time": "string",
"commit": "string",
"host_info": {
"name": "string",
"is_vsan_witness": false
},
"entity_result": {
"type": "string",
"host": "string",
"status": "string",
"check_statuses": [
{
"check": {
"check": "string",
"name": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"originator": "string"
},
"status": "string",
"check_issues": [
{
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
}
]
}
}
Aggregated status from all checks performed.
For more information see: Esx Settings Hosts Software Reports LastCheckResult Status.
This property was added in vSphere API 8.0.0.1.
Time when the operation started.
This property was added in vSphere API 8.0.0.1.
Time when the operation completed.
This property was added in vSphere API 8.0.0.1.
The identifier of the commit on which checks have been run.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit
.
Information about the host for which checks have been requested to be run.
This property was added in vSphere API 8.0.0.1.
List of Esx Settings Hosts Software Reports LastCheckResult EntityCheckResult for all entities for which checks have been run.
This property was added in vSphere API 8.0.0.1.